home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / hackmisc.zip / HACK.CNF < prev    next >
Text File  |  1986-04-05  |  2KB  |  57 lines

  1. # A '#' at the beginning of a line means the rest of the line is a comment.
  2.  
  3. # This configuration file is set up for two cases, a person with a
  4. # hard disk as drive C: and a person with two floppy disks.  The hard
  5. # disk configuration has been commented out with comment characters
  6. # (`#').  If you have a hard disk, put comment characters in
  7. # front of each line for the floppy disk configuration, and remove the
  8. # comment characters from the front of each line for the hard disk
  9. # configuration.  The lines with normal text (like this one, and the
  10. # titles of the following configurations) must always have comment 
  11. # characters as the first character in the line.
  12.  
  13. # I use OPTIONS=name:NickD-W, silent, rawio, IBMBIOS
  14.  
  15. # A possible hard disk configuration.
  16. #
  17. # HACKDIR=\games\hack
  18. # SAVE=;n
  19. # RAMDISK=d:
  20. # OPTIONS=name:YourName-C
  21.  
  22. # A possible two floppy configuration.
  23. #
  24. SAVE=b:\
  25. LEVELS=b:\
  26. OPTIONS=name:YourName-W, female
  27. RAMDISK=c:
  28.  
  29. # The order of the 9 GRAPHICS characters is:
  30. # vertical wall, horizontal wall, top left corner, top right corner
  31. # bottom left corner, bottom right corner, door, floor, corridor
  32. # This example uses the IBM graphics character set.
  33. GRAPHICS = 179 196 218 191 192 217 206 250 176
  34.  
  35.  
  36. #     Special section for DEC Rainbow owners.
  37. #
  38. #  You *must* include the option 'DECRainbow' in the OPTIONS line
  39. #  if you want to use line-drawing charcters.  Also, you must *not*
  40. #  use the option 'rawio' or your system will hang!
  41. #
  42. #  You can select the "Rainbow line-drawing character set"
  43. #  for a more pleasing display by removing the comment char on
  44. #  the Rainbow GRAPHICS line.  For *graphics* characters,
  45. #  128 has been added to the decimal value of the character.
  46. #  Adding 128 lets PC HACK know you want it to use the line-drawing
  47. #  character set.  Non-graphical characters are indicated by
  48. #  their decimal value.  You can mix both types of characters in
  49. #  the GRAPHICS line.
  50. #
  51. #  A recommended configuration for the Rainbow using the
  52. #  line-drawing character set, two floppies and no ramdisk is:
  53. # SAVE=b:\
  54. # LEVELS=b:\
  55. # OPTIONS=name:YourName,DECRainbow
  56. # GRAPHICS = 248 241 236 235 237 234 238 254 225 
  57.